home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 63140 / 63140.xpi / chrome / content / tabundle.css < prev    next >
Cascading Style Sheet File  |  2009-01-23  |  606b  |  50 lines

  1.  
  2. body {
  3.   margin: 0;
  4. }
  5. h1 {
  6.   background-color: #bbb;
  7.   color: #fff;
  8.   padding: 10px;
  9.   border-bottom: 3px solid #ddd;
  10. }
  11. h1 img {
  12.   vertical-align:middle;
  13.   height: 1em;
  14.   width: 1em;
  15.   margin: 0 0.2em;
  16. }
  17. a {
  18.   color: #0af;
  19. }
  20. a img {
  21.   border: 1px solid #ccc;
  22. }
  23. ul {
  24.   list-style: none;
  25. }
  26. ul#tabundle_list {
  27.   padding: 0;
  28. }
  29. ul#tabundle_list li {
  30.   padding: 20px;
  31.   margin: 30px 10px;
  32. }
  33. ul#tabundle_list li br {
  34.     clear: both;
  35. }
  36. .title a {
  37.   text-decoration: none;
  38. }
  39. .capture {
  40.   float:left;
  41.   margin: 0 50px 0 0;
  42. }
  43. .capture img {
  44.     max-width:300px
  45. }
  46. .url {
  47.   font-size: 80%;
  48.   text-decoration: none;
  49. }
  50.